home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Swedish (S-1.2.2) / Buntar / Kalkyl / card_2378.txt < prev    next >
Text File  |  1989-01-05  |  2KB  |  87 lines

  1. -- card: 2378 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2227
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=455 top=31 right=70 bottom=496
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 2478 / 2478
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: About
  20. ----- HyperTalk script -----
  21. on mouseDown
  22.   set visible of card field "About" to not the visible of card field "About"
  23. end mouseDown
  24.  
  25.  
  26.  
  27. -- part 2 (field)
  28. -- low flags: 81
  29. -- high flags: 2002
  30. -- rect: left=135 top=28 right=220 bottom=432
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 3
  35. -- text size: 14
  36. -- style flags: 0
  37. -- line height: 18
  38. -- part name: About
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   hide card field "About"
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part contents for card part 2
  47. ----- text -----
  48. Kalkylexempel av Dan Winkler
  49.  
  50. √Ñndra ett tal i v√§nsterspalten eller en formel i h√∂gerspalten. Klicka sedan utanf√∂r f√§lten f√∂r att r√§kna om.  F√∂r varje f√§lt inneh√•ller den f√∂rsta raden beskrivningen, den andra ett tal och den tredje en valfri formel.
  51.  
  52. Copyright ¬©1987 Apple Computer Inc.
  53.  
  54. -- part contents for background part 13
  55. ----- text -----
  56. km per √•r
  57. 14000
  58.  
  59. -- part contents for background part 14
  60. ----- text -----
  61. liter per mil
  62. 0.78
  63.  
  64.  
  65. -- part contents for background part 15
  66. ----- text -----
  67. Pris per liter
  68. 4.07
  69.  
  70. -- part contents for background part 16
  71. ----- text -----
  72. liter per √•r:
  73. 1092
  74. (line 2 of field "km/√•" * line 2 of field "l/m" / 10)
  75.  
  76.  
  77. -- part contents for background part 17
  78. ----- text -----
  79. Kostnad per mil:
  80. 3.1746
  81. (line 2 of field "p/l" * line 2 of field "l/m")
  82.  
  83. -- part contents for background part 18
  84. ----- text -----
  85. Kostnad per √•r:
  86. 4444.44
  87. (line 2 of field "l/√•" * line 2 of field "p/l")